home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / apport / crashdb.conf
Text File  |  2008-10-20  |  623b  |  24 lines

  1. # map crash database names to CrashDatabase implementations and URLs
  2.  
  3. default = 'ubuntu'
  4.  
  5. databases = {
  6.     'ubuntu': { 
  7.         'impl': 'launchpad',
  8.         'bug_pattern_base': 'http://people.ubuntu.com/~pitti/bugpatterns',
  9.     'distro': 'ubuntu'
  10.     },
  11.     'fedora': {
  12.          # NOTE this will change Fall '07 when RHT switches to bugzilla 3.x!
  13.         'impl': 'rhbugzilla',
  14.         'bug_pattern_base': 'http://qa.fedoraproject.org/apport/bugpatterns',
  15.         'distro': 'fedora'
  16.     },
  17.     'debug': {
  18.         # for debugging
  19.         'impl': 'memory',
  20.         'bug_pattern_base': '/tmp',
  21.         'distro': 'debug'
  22.     },
  23. }
  24.